Revision: hackerlab--devo--1.4--patch-9
Archive: thelove@canonical.com
Creator: Canonical.com Patch Queue Manager <pqm@canonical.com>
Date: Mon May  9 01:15:00 BST 2005
Standard-date: 2005-05-09 00:15:00 GMT
Modified-files: arrays/ar.c arrays/ar.h
    arrays/pow2-array-print.c fs/file-names.c mem/talloc.c
    tests/arrays-tests/unit-ar.c
    tests/bitset-tests/unit-bitset.c
    tests/mem-tests/unit-alloc-limits.c
    tests/mem-tests/unit-must-malloc.c
    unidata-scaffolding/unidata-generate.c
    vu-network/url-socket.c vu/reserv.c vu/vfdbuf.c
    vu/vu-help.c vu/vu-virtual-null.c vu/vu.c
Modified-directories: {arch}/hackerlab/hackerlab--devel/hackerlab--devel--1.4
    {arch}/hackerlab/hackerlab--devel/hackerlab--devel--1.4/robert.collins@canonical.com--general
    {arch}/hackerlab/hackerlab--devel/hackerlab--devel--1.4/robert.collins@canonical.com--general/patch-log
New-patches: robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-9
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-10
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-11
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-12
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-13
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-14
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-15
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-16
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-17
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-18
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-19
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-20
    robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-21
    thelove@canonical.com/hackerlab--devo--1.4--patch-9
Summary: talloc enable arrays
Keywords: 

Patches applied:

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-9
   remove unused parameters from ar_size and adjust code throughout

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-10
   limit arrays to a single allocation strategy to preserve encapsulation

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-11
   remove unneeded limits parameter from ar_setsize

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-12
   nuke the limits parameter to ar_free

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-13
   remove limits from ar_compact

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-14
   ar_push drop the unused limits parameter and change all code to use typesafe ar_push calls

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-15
   merge from thelove

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-16
   use typesafe ar_pop throughout and remove unused limits parameter

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-17
   use talloc for array creation and destruction. provide access to the real base to enable stealing

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-18
   free vu caches on exit

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-19
   autofree various arrays on exit

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-20
   merge from thelove

 * robert.collins@canonical.com--general/hackerlab--devel--1.4--patch-21
   fixup merge bogons

